home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Apple II Sample Code / MPW IIGS SC / SC.013.Math / Makefile next >
Encoding:
Makefile  |  1990-05-20  |  383 b   |  20 lines  |  [TEXT/MPS ]

  1. #    MakeFile    -  Make instructions for AsmIIGS language math
  2. #
  3. #    Copyright Apple Computer, Inc. 1988
  4. #    All rights reserved.
  5. #
  6. #    This makefile builds:
  7. #        The sample application:         math
  8. #
  9.  
  10. math            ƒƒ    math.aii.obj
  11.     LinkIIGS ∂
  12.         math.aii.obj ∂
  13.         -lib "{CIIGSLibrary}"DTS.lib1.v1.0 ∂
  14.         -o math -t $B3
  15.         duplicateiigs -y -mac math :
  16.  
  17. math.aii.obj        ƒ    math.aii math.init.aii
  18.         AsmIIGS math.aii
  19.  
  20.